checkbutton: Remove unused function prototype
authorTimm Bäder <mail@baedert.org>
Fri, 27 Jan 2017 10:07:41 +0000 (11:07 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 30 Jan 2017 17:11:00 +0000 (18:11 +0100)
gtk/gtkcheckbutton.h

index 66cc5ff37cd4f4179ca66262901f7b31ac584fd2..45aa8470b26498c85a0d5ec6cdd79ccc28ac42e9 100644 (file)
@@ -75,10 +75,6 @@ GtkWidget* gtk_check_button_new_with_label    (const gchar *label);
 GDK_AVAILABLE_IN_ALL
 GtkWidget* gtk_check_button_new_with_mnemonic (const gchar *label);
 
-void _gtk_check_button_get_props (GtkCheckButton *check_button,
-                                 gint           *indicator_size,
-                                 gint           *indicator_spacing);
-
 G_END_DECLS
 
 #endif /* __GTK_CHECK_BUTTON_H__ */